home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C++
/
Applications
/
PICSee Dust 1.01
/
Quaternary Source
/
ReadPicture.h
< prev
next >
Wrap
Text File
|
1995-11-01
|
182b
|
14 lines
#ifndef READPICTURE_H_
#define READPICTURE_H_
#ifdef __cplusplus
extern "C" {
#endif
PicHandle ReadPicture(FSSpec *pictFile);
#ifdef __cplusplus
}
#endif
#endif // READPICTURE_H_